Frank Noiro
I flipped my site again, and I flipped it back to 11ty...again. The repo is https://github.com/franknoirot/eleventy-obsidian-minimal-garden-template
I'm much happier with the approach this time. I took the lessons from my NextJS + Contentlayer setup in my previous site to make Obsidian-sourced content work great for me.
I added a script pnpm linecount
to count the source code lines, following the approach I used in 20k-lines-of-code. I was targeting a building a site in under 1,000 lines, and I hit it!
In 925 lines (as of this commit) I was able to include:
- search
- custom layouts
- themeing
- SEO customization
I'm going to split out from this barebones version of this site and leave it as a template for others if they're interested. I still need to write a README though. Then I'm going to add some ✨pizazz✨ to my version of the site.
What I liked
TODO
What I did not like
TODO